GetObjectReferences(String[],Boolean,Int32,OID[]) Method
In This Topic
Gets all objects that referenced this object.
Syntax
Parameters
- referencesToFetch
- List of references to fetch. Null to fetch all references.
- fetchObjects
- If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
- options
- Reserved for future use. Set to 0.
- referencesToIgnore
- List of OIDs to ignore. If the target object is referenced by an object contained in this list, that reference
will not be included in the results. Use this to specify other objects that will be deleted at the same time as the target (the server
will automatically remove references among objects being deleted in the same unit of work.
See Also